home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / XCMDs⁄XFCN / Mike's Externals / Mike's Externals / card_4214.txt < prev    next >
Text File  |  1990-02-22  |  742b  |  33 lines

  1. -- card: 4214 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2764
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 17
  9. ----- text -----
  10. Ucase
  11.  
  12. -- part contents for background part 18
  13. ----- text -----
  14. Mike Gleason Jr.
  15.  
  16. -- part contents for background part 19
  17. ----- text -----
  18. XFCN
  19.  
  20. -- part contents for background part 20
  21. ----- text -----
  22. ucase("string")
  23.  
  24. -- part contents for background part 21
  25. ----- text -----
  26. Converts a string to all capitals.  Will not do anything to non-letters.
  27.  
  28.  
  29. -- part contents for background part 23
  30. ----- text -----
  31. put ucase("The Message Box") into msg   --> "THE MESSAGE BOX"
  32. put ucase("How much Dr. Pepper can I buy with only $34?") into msg
  33.   -->HOW MUCH DR. PEPPER CAN I BUY WITH ONLY $34?